Part Number Hot Search : 
MC74HC B431LBK3 45984 P4840 C18F44 AMC71 307C1545 36766
Product Description
Full Text Search
 

To Download DLP-MAVLCD1 Datasheet File

  If you can't view the Datasheet, Please click here to try to view without PDF Reader .  
 
 


  Datasheet File OCR Text:
  rev. 1.0 (february 2012) 1 ? dlp design, inc. d d l l p p - - m m a a v v - - l l c c d d 1 1 lead free lcd / microcontroller module the dlp-mav-lcd1 combines a 2x16-character backlit lcd display with a ti msp430 microcontroller to form a mavrk-supported display module. the msp430 is preprogrammed with basic functionality for driving the lcd display via either the mavrk platform or a simple, 5-pin ttl serial interface. features: ? simple ascii command set ? requires 3.0-3.3v supply ? led backlight ? 5-switch joystick (left, right, up, down and select) ? can be used standalone or with the mavrk platform 1.0 general description the dlp-mav-lcd1 provides the mavrk platform with a means of displaying data that does not require a connected host pc. to send data from the host processor on the mavrk platform via the 2-wire ttl serial interface, the host firmware sends the data to be displayed using the format described below in section 3. when the 5-switch joystick is operated, the dlp-mav-lcd1 issues switch closure information to the host processor using the mavrk platform protocol. this protocol consists of a printable ascii format using a synchronization character ?^?, and a termination character ?~?. (this protocol is further described in section 3.) the dlp-mav-lcd1 is ready to accept commands immediately upon power up. (initial baud rate and serial parameters are outlined in section 3.)
rev. 1.0 (february 2012) 2 ? dlp design, inc. 2.0 mavrk quick start guide this guide requires the use of a mavrk platform (purchased separately). 1. connect the dlp-mav-lcd1 module to one of the four lte positions on the mavrk platform via the connector on the bottom side of the dlp-mav-lcd1 module: figure 1: mavrk board with dlp-mav- lcd1 installed in position afe #4 2. install the firmware as described on the mavrk wiki pages: http://processors.wiki.ti.com/index.php/mavrk_introduction , specifically the ?how do i get started with mavrk?? section. begin by creating a svn folder at c:\svn. 3. once installed, locate the project: c:\svn\mavrk\mavrk_embedded\modular_evm_pro jects\system_demo_projects\msp43 0f5438-mvk_uart_passthrough 4. open the project in code composer 5.1 or later. 5. find the file ?msp430f5438_uart_passthrough_main.c?, then edit the following lines in the function main(): // mvk_configure_uart_passthrough (m avrk_uart_rf, mavrk_uart_tusb); // mvk_configure_uart_passthrough (m avrk_uart_tusb, mavrk_uart_rf); ? 6. add the following lines in the function main() under the ones you just commented out above: ? mvk_configure_uart_passthrough ( mavrk_uart_p1p2 , mavrk_uart_tusb ); mvk_configure_uart_passthrough ( mavrk_uart_tusb , mavrk_uart_p1p2 ); 7. rebuild the project, and reload the mavrk platform with your new flash.
rev. 1.0 (february 2012) 3 ? dlp design, inc. 8. now you can connect the usb cable to the mavrk debug port and open a terminal interface (ex: hyperterminal) to the mavrk platform using the following settings: baud: 460800, n, 8, 1. 9. once connected, actuating the joystick will result in data being displayed that indicates which joystick button was pressed. the terminal window may also be used to send commands and data characters to the lcd. the dlp-mav-lcd1 module is shipped preprogrammed with firmware for either communicating directly with the mavrk platform or for operation in standalone mode via the 5-pin header. figure 2: dlp-mav-lcd1 module ready to start right out of the box figure 2 will be displayed for 5 seconds, and then the display will be clear as shown in figure 3: figure 3: clear (after 5 seconds) at this point, the dlp-mav-lcd1 is ready for use. (note that the unit will appear non-responsive on the mavrk platform until you build and load your new mavrk platform flash file as described in section 2.) alternatively, you can communicate directly with the unit in standalone mode. troubleshooting information will also be available on the mavrk wiki pages referenced above.
rev. 1.0 (february 2012) 4 ? dlp design, inc. 3.0 command and data set the command and data set syntax communicates via a two-wire serial ttl interface: parameter value baud rate 460800 data 8 bit parity none stop bit 1 flow control none table 1: sample data and commands changing the baud rate via the menu: figure 4: splash screen on power up changing the baud rate may be accomplished; however, you must press select (joystick straight down) to initiate the baud rate menu. (note that this must be done during the first 5 seconds when the splash screen shown above is displayed.) figure 5: baud rate menu once select has been pressed, the baud rate menu (see figure 5) will be displayed.
rev. 1.0 (february 2012) 5 ? dlp design, inc. from this baud rate menu, press the up or down buttons on the toggle to increase or decrease the baud rate. (standard baud rates are detailed in table 3 below.) figure 6: baud rate 9600 you may now press the select button once your baud rate is displayed. this saves the selected baud rate into flash. on subsequent power ups, the following screen will be displayed indicating the saved baud rate: figure 7: power up splash screen changing the baud rate via the terminal emulator: to change the baud rate, first set the baud rate of the terminal to 460800 as described above. then send the command ^b9600~, at which point the new baud rate will immediately be in effect. (you will have to change your terminal to 9600 immediately to continue processing any further commands.) the ttl interface requires the specific formatting described below for all message traffic to and from the lcd:
rev. 1.0 (february 2012) 6 ? dlp design, inc. function synchronization characters command or data buffer termination character example sending data ^d hello world ~ ^dhello world~ sending commands ^c 01 ~ ^c01~ sending a new baud rate ^b 9600 ~ ^b9600~ receiving keys ^k u ~ ^ku~ table 2: data and commands syntax command sent text baud rate 1200 ^b1200~ 1200 2400 ^b2400~ 2400 4800 ^b4800~ 4800 9600 ^b9600~ 9600 14400 ^b14400~ 14400 19200 ^b19200~ 19200 38400 ^b38400~ 38400 57600 ^b57600~ 57600 115200 ^b115200~ 115200 230400 ^b230400~ 230400 460800 ^b460800~ 460800 (default) 921600 ^b921600~ 921600 table 3: standard baud rates data that exceeds the 16 character lines will be truncated based on the length of the display. both the top and bottom lcd lines require separate data commands. joystick received text description up ^ku~ key up was pressed down ^kd~ key down was pressed left ^kl~ key left was pressed right ^kr~ key right was pressed select ^ks~ key select (center down) was pressed table 4: key definitions keys will be sent to the connected terminal with de-bounce. if you hold the key down longer than 500ms, it will repeat.
rev. 1.0 (february 2012) 7 ? dlp design, inc. command sent text description 80 ^c80~ cursor location to row 1/column 1 (see table 6) c0 ^cc0~ cursor location to row 2/column 1 (see table 6) f1 ^cf1~ turn the lcd backlight on f0 ^cf0~ turn the lcd backlight off e1 ^ce1~ turn echo on e0 ^ce0~ turn echo off (default) 01 ^c01~ clears the screen 02 ^c02~ return home 08 ^c08~ display off cursor off cursor position off 09 ^c09~ display off cursor off cursor position on 0a ^c0a~ display off cursor on cursor position off 0b ^c0b~ display off cursor on cursor position on 0c ^c0c~ display on cursor off cursor position off 0d ^c0d~ display on cursor off cursor position on 0e ^c0e~ display on cursor on cursor position off 0f ^c0f~ display on cursor on cursor position on 7x ^c70~ set contrast value to x where x is 0,1,2,3,4,5,6,7,8,9,a,b,c,d,e or f table 5: commands definition the table below describes the cursor location commands for each on-screen position based on the row and column required. once each command has been issued, the next data command will start writing text from this location and will automatic ally increment to the next location based upon the length of the text string:
rev. 1.0 (february 2012) 8 ? dlp design, inc. row column command example 1 1 80 ^c80~ 1 2 81 ^c81~ 1 3 82 ^c82~ 1 4 83 ^c83~ 1 5 84 ^c84~ 1 6 85 ^c85~ 1 7 86 ^c86~ 1 8 87 ^c87~ 1 9 88 ^c88~ 1 10 89 ^c89~ 1 11 8a ^c8a~ 1 12 8b ^c8b~ 1 13 8c ^c8c~ 1 14 8d ^c8d~ 1 15 8e ^c8e~ 1 16 8f ^c8f~ 2 1 c0 ^cc0~ 2 2 c1 ^cc1~ 2 3 c2 ^cc2~ 2 4 c3 ^cc3~ 2 5 c4 ^cc4~ 2 6 c5 ^cc5~ 2 7 c6 ^cc6~ 2 8 c7 ^cc7~ 2 9 c8 ^cc8~ 2 10 c9 ^cc9~ 2 11 ca ^cca~ 2 12 cb ^ccb~ 2 13 cc ^ccc~ 2 14 cd ^ccd~ 2 15 ce ^cce~ 2 16 cf ^ccf~ table 6: cursor location definitions the table below describes sample strings sent to the dlp-mav-lcd1 to include clearing the screen and positioning the cursor prior to writing text:
rev. 1.0 (february 2012) 9 ? dlp design, inc. data example description hello ^dhello~ displays ?hello? testing 123 ^d testing 123~ displays ? testing 123? (note that the spaces are valid) beyond the maximum text length of 16 ^dbeyond the maximum text length of 16~ the data is ignored line 1 here ^c01~^c80~^dline 1 here~ clears the screen, goes to row 1/ column 1 and displays ?line 1 here? line 2 here ^c01~^cc0~^dline 2 here~ clears the screen, goes to row 2/ column 1 and displays ?line 2 here? table 7: sample commands 4.0 standalone mode alternatively, when used in standalone mode, the dlp-mav-lcd1 board may be powered externally and communicated with utilizing the 5-pin, ttl serial header described below: 15 figure 8: dlp-mav-lcd1 standalone pins pin # description 1 from external host (in) ? ttl serial from host processor 2 to external host (out) ? ttl serial to host processor 3 ground 4 reset (in) ? pull to ground to reset msp430 on dlp-mav-lcd1 5 3.0 - 3.3v (in) ? power supply for module table 8: ttl 5-pin header descriptions
rev. 1.0 (february 2012) 10 ? dlp design, inc. 5.0 mechanical drawings both inches and (millimeters) in parentheses are shown below for each measurement: 2 x 0.157 typ (4.0 typ) 1.515 typ (38.5 typ) 1.50 typ (38.1 typ) 0.963 typ (24.5 typ) 1.64 typ (41.7 typ) figure 9: dlp-mav-lcd1 dimensions 6.0 disclaimer neither the whole nor any part of the information contained within or the product described in this datasheet may be adapted or reproduced in any material or electronic form without the prior written consent of the copyright holder. this product and its documentation are supplied on an as-is basis, and no warranty as to their suitability for any particular purpose is either made or implied. dlp design will not accept any claim for damages whatsoever arising as a result of use or failure of this product. your statutory rights are not affected. this product or any variant of it is not intended for use in any medical applianc e, device or system in which the failure of the product might reasonably be expected to result in personal injury. this document provides preliminary information that may be subject to change without notice.
rev. 1.0 (february 2012) 11 ? dlp design, inc. 7.0 contact information dlp design, inc. 1605 roma lane allen, tx 75013 phone: 469-964-8027 fax: 415-901-4859 email sales: sales@dlpdesign.com email support: support@dlpdesign.com website url: http://www.dlpdesign.com


▲Up To Search▲   

 
Price & Availability of DLP-MAVLCD1

All Rights Reserved © IC-ON-LINE 2003 - 2022  

[Add Bookmark] [Contact Us] [Link exchange] [Privacy policy]
Mirror Sites :  [www.datasheet.hk]   [www.maxim4u.com]  [www.ic-on-line.cn] [www.ic-on-line.com] [www.ic-on-line.net] [www.alldatasheet.com.cn] [www.gdcy.com]  [www.gdcy.net]


 . . . . .
  We use cookies to deliver the best possible web experience and assist with our advertising efforts. By continuing to use this site, you consent to the use of cookies. For more information on cookies, please take a look at our Privacy Policy. X